home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / mhs / unas12.exe / INSTALL.DAT < prev    next >
Text File  |  1992-04-13  |  2KB  |  118 lines

  1. /*
  2.  *    FILE:
  3.  *        INSTALL.DAT
  4.  *
  5.  */
  6.  
  7. @DefineProject
  8.     @Name         = "NetWare Access Server Driver"         
  9.     @Version    = "1.2.1"
  10.     @Subdir     = "\\NASGEN"
  11.     @OutDrive        = C
  12.     @Requires    @HardDisk
  13.     @Group        = "A"
  14. @EndProject
  15.  
  16. @Display
  17.     @CLS
  18.  
  19.     Thank you for selecting DigiBoard!
  20.  
  21.  
  22.     This program will install DigiBoard's NetWare Access Server
  23.     Driver Version @VERSION.  Simply answer the questions when 
  24.     prompted.  If you are not sure of the answer to any question,
  25.     just press <ENTER> to accept the default. 
  26.     
  27.     @PAUSE
  28. @EndDisplay
  29.  
  30. @GetOutDrive
  31.     @Cls
  32.     Upon which drive is the NetWare Access Server installed?    
  33.     Use your "Up" and "Down" cursor keys to select.
  34. @EndOutDrive
  35.  
  36. @GetSubdir
  37.     @CLS
  38.  
  39.     Now you need to specify the destination subdirectory.  The
  40.     subdirectory is the location on your hard disk where the 
  41.     NetWare Access Server is installed.  If you don't know the
  42.     answer, just press <ENTER> to accept the default.
  43.  
  44.  
  45.     @PROMPT = " Which subdirectory ? "
  46. @EndSubdir
  47.  
  48. @GetGroups
  49.     @Cls
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.     Now you need to specify your system's architecture.
  59.  
  60.         PC/AT-Bus architecture includes IBM-AT machines and all
  61.         other true compatibles, and all ISA/EISA machines.
  62.         The Microchannel architecture (MCA) includes most PS/2
  63.         machines.
  64.  
  65.  
  66.     @Set A = " PC/AT-Bus Architecture "
  67.     @Set M = " Microchannel Architecture "
  68.  
  69.  
  70.  
  71. @EndGroups
  72.  
  73. @DefineDisk
  74.     
  75.     @LABEL = "DISK 1"
  76.     
  77.     @File    DIGIPCXA.EXE    @Group A
  78.     @File    DIGIMCXI.EXE    @Group M
  79.  
  80.     @File    NCDDIGIP.NAM    @Group A
  81.     @File    NCDDIGIM.NAM    @Group M
  82.  
  83.     @File    DB-PC04E.SPC    @Group A
  84.     @File    DB-PC08E.SPC    @Group A
  85.     @File    DB-PC16E.SPC    @Group A
  86.     @File    DB-PC08I.SPC    @Group A
  87.     @File    DB-PC16I.SPC    @Group A
  88.  
  89.     @File    DB-MC04I.SPC    @Group M
  90.     @File    DB-MC08I.SPC    @Group M
  91.     @File    DB-MC16I.SPC    @Group M
  92.  
  93.     @File    READDIGI.PCA    @Group A
  94.     @File    READDIGI.MCA    @Group M
  95.  
  96. @EndDisk
  97.  
  98. @Finish    
  99.     @CLS
  100.  
  101.  
  102.             Installation Complete!
  103.  
  104.  
  105.         This installation utility provided by:
  106.  
  107.  
  108.             Knowledge Dynamics Corp.
  109.             Copyright (c) 1987-1989 
  110.                     Canyon Lake, TX (USA) 78133-3508
  111.  
  112.  
  113.     @PAUSE
  114.  
  115. @EndFinish
  116.   
  117. /* end-of-file */
  118.